home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Technology Seed / ADC Seed CD - July 1999.toast / FireWire / FireWire 2.0 SDK / Extensions / FWExtensions / FWExtensions README < prev   
Encoding:
Text File  |  1999-04-12  |  1.7 KB  |  33 lines  |  [TEXT/ttxt]

  1. Inside the FWExtensions folder:
  2.  
  3.   The following extensions provide the functionality neccessary to use the provided sample code.  Simply drag all of them into your extensions folder.
  4.  
  5.  
  6. FireWire Support:
  7.   This extension contains libraries and code fragments needed to support the FireWire driver architecture.  These include the following libraries and code fragments:
  8.  
  9. • FWExpert:  FireWire driver family expert loader.
  10.         This is an expert loader responsible for loading the drivers (FWIMs) for FireWire adapter 
  11.         boards and for scanning the FireWire bus for devices.  The FireWire expert will send 
  12.         notification to the DevNLib when devices are added or removed.
  13.  
  14. • FWServicesLib: FireWire driver family services library.
  15.         This is a shared library for the FireWire driver family that provides the set of services 
  16.         that FireWire drivers use to access the FireWire bus.
  17.  
  18. • ComponentDriverExpert: Component Manager driver expert loader.
  19.         This is an expert loader responsible for loading native driver implemented as components
  20.         (e.g., the FWCCMDriver VDig).
  21.  
  22. • GenericDriverFamilyExpert: Generic driver expert loader.
  23.         This is an expert loader responsible for loading generic 'ndrv' drivers.
  24.  
  25. • GenericDriverFamily: Generic driver family library.
  26.         This is a shared library that provides services for generic 'ndrv' driver notification.
  27.  
  28. Inside the SampleExtensions folder:
  29.     
  30.     The Open Transport and FireWire File Exchange family expert source code is not included. To run
  31.     these samples, the OTFWConfig, OTExpert, FWiXFamily, and FWiXExpert files must be in the
  32.     Extensions folder. The rest of the sample extensions may be built from the sample source code.
  33.